home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFPLATNOSC_PARAGON / TFPLATNOSC_PARAGON.txt
Text File  |  2002-03-27  |  3KB  |  107 lines

  1. object fPlatnosc_paragon: TfPlatnosc_paragon
  2.   Left = 396
  3.   Top = 161
  4.   BorderStyle = bsSingle
  5.   Caption = 'P'#322'atno'#347#263' dla paragonu'
  6.   ClientHeight = 160
  7.   ClientWidth = 194
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object bWybierz: TButton
  19.     Left = 8
  20.     Top = 128
  21.     Width = 75
  22.     Height = 25
  23.     Caption = '&Wybierz'
  24.     TabOrder = 0
  25.     OnClick = bWybierzClick
  26.   end
  27.   object bRezygnuj: TButton
  28.     Left = 104
  29.     Top = 128
  30.     Width = 75
  31.     Height = 25
  32.     Caption = '&Rezygnuj'
  33.     TabOrder = 1
  34.     OnClick = bRezygnujClick
  35.   end
  36.   object DBGrid1: TDBGrid
  37.     Left = 0
  38.     Top = 0
  39.     Width = 193
  40.     Height = 120
  41.     DataSource = ds
  42.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  43.     TabOrder = 2
  44.     TitleFont.Charset = DEFAULT_CHARSET
  45.     TitleFont.Color = clWindowText
  46.     TitleFont.Height = -11
  47.     TitleFont.Name = 'MS Sans Serif'
  48.     TitleFont.Style = []
  49.     Columns = <
  50.       item
  51.         Expanded = False
  52.         FieldName = 'nazwa'
  53.         Width = 175
  54.         Visible = True
  55.       end>
  56.   end
  57.   object ds: TDataSource
  58.     DataSet = mt
  59.     Left = 40
  60.     Top = 56
  61.   end
  62.   object mt: TkbmMemTable
  63.     Active = True
  64.     DesignActivation = True
  65.     AttachedAutoRefresh = True
  66.     AttachMaxCount = 1
  67.     FieldDefs = <
  68.       item
  69.         Name = 'numer'
  70.         DataType = ftInteger
  71.       end
  72.       item
  73.         Name = 'nazwa'
  74.         DataType = ftString
  75.         Size = 25
  76.       end>
  77.     IndexDefs = <>
  78.     SortOptions = []
  79.     AllDataOptions = [mtfSaveData, mtfSaveNonVisible, mtfSaveBlobs, mtfSaveFiltered, mtfSaveIgnoreRange, mtfSaveIgnoreMasterDetail, mtfSaveDeltas]
  80.     CommaTextOptions = [mtfSaveData]
  81.     CSVQuote = '"'
  82.     CSVFieldDelimiter = ','
  83.     CSVRecordDelimiter = ','
  84.     CSVTrueString = 'True'
  85.     CSVFalseString = 'False'
  86.     PersistentSaveOptions = [mtfSaveData, mtfSaveNonVisible, mtfSaveIgnoreRange, mtfSaveIgnoreMasterDetail]
  87.     PersistentBackup = False
  88.     ProgressFlags = [mtpcLoad, mtpcSave, mtpcCopy]
  89.     FilterOptions = []
  90.     Version = '2.53b'
  91.     LanguageID = 0
  92.     SortID = 0
  93.     SubLanguageID = 1
  94.     LocaleID = 1024
  95.     Left = 88
  96.     Top = 56
  97.     object mtnumer: TIntegerField
  98.       FieldName = 'numer'
  99.     end
  100.     object mtnazwa: TStringField
  101.       DisplayWidth = 25
  102.       FieldName = 'nazwa'
  103.       Size = 25
  104.     end
  105.   end
  106. end
  107.